home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1999 / MacHack 1999.toast / The Hacks / CarbonizedMenus / headers / jGNE.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-06-24  |  682 b   |  32 lines  |  [TEXT/CWIE]

  1. /****************************************************************************************
  2.     jGNE.h
  3.     
  4.     Copyright © 1999 Red Shed Software. All rights reserved.
  5.     by Jonathan 'Wolf' Rentzsch (jon@redshed.net)
  6.     
  7.     Commenter    Date                Comment
  8.     ---------    -----------------    -----------------------------------------------------
  9.     wolf        Fri, Jun 18, 1999    Created.
  10.     
  11.     ************************************************************************************/
  12.  
  13. #ifndef        _jGNE_
  14. #define        _jGNE_
  15.  
  16. #include    "begin_extern_c.h"
  17.  
  18.     extern
  19.     OSErr
  20. InstalljGNE(
  21.     GetNextEventFilterUPP    proc );
  22.  
  23.     extern
  24.     GetNextEventFilterUPP
  25. GetNextjGNE();
  26.  
  27.     extern
  28.     OSErr
  29. RemovejGNE();
  30.  
  31. #include    "end_extern_c.h"
  32. #endif    //    _jGNE_